home *** CD-ROM | disk | FTP | other *** search
-
- Hello!
-
- > I want to read the date in my computer with amos without using 'copy
- > date to ram'
- > I did get some answer before but I couldn't get it to work.
-
- Get AMCAF extension from Aminet: it has a very useful set of commands to
- handle dates.
-
- =Current Date : returns the date. It's a number counting days from 1-1-78.
- =Cd Day(x) : returns the day.
- =Cd Month(x) : returns the month.
- =Cd Year(x) : returns the year.
-
- So try:
- X=Current Date
- Print Cd Day(X);"/";Cd Month(X);"/";Cd Year(X)
-
- to have the whole date.
-
- Bye
-
-
- berionne@flashnet.it >>Bomb!2.0<<
- +--------------------------ON AMINET----------------------------+
- | game/think/VenusTris.lha game/misc/SnailRace.lha |
- | game/shoot/fantasy.lha util/time/MReminder.lha |
- | game/think/Atoms31.lha util/misc/Dialer2.lha |
- | game/think/navalbattle.lha game/think/Manos.lha |
- | game/shoot/in_the_target.lha dev/lang/Logo1_4.lha |
- | gfx/show/PhotoCDAGA_GUI.lha dev/lang/Logo1_4Eng.lha |
- +---------------------------------------------------------------+
- | BASIC programmers never die, they GOSUB and don't RETURN. |
- +---------------------------------------------------------------+
-
-
-
-
-
-
-